home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / tasm / misc.zoo / test3225.asm < prev    next >
Assembly Source File  |  1991-07-13  |  33KB  |  1,360 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ; TASM  test file
  3. ; Test all instructions and addressing modes.
  4. ; Processor:  TMS320C25
  5. ;
  6.  
  7.  
  8.           .org 100h
  9. shift:    .equ 4
  10. shift0:   .equ 0
  11. shiftmode: .equ 3        ;SPM instruction only
  12. addr7:    .equ 12h
  13. addr9:    .equ 123h
  14. addr16:   .equ 1234h
  15. bit:      .equ 05h
  16. port:     .equ 2
  17. arp:      .equ 3
  18. nextarp:  .equ 4
  19. ar:       .equ 1
  20. const:    .equ 34h
  21. const1:   .equ  1h
  22. const8:   .equ 0ffh
  23. const13:  .equ 0234h
  24. const16:  .equ 5678h
  25. cmode:    .equ 2
  26. format:   .equ 1
  27.  
  28.         ABS
  29.  
  30.         
  31.         ADD  *BR0+,shift,nextarp  
  32.         ADD  *BR0-,shift,nextarp  
  33.         ADD  *0+,  shift,nextarp  
  34.         ADD  *0-,  shift,nextarp  
  35.         ADD  *+,   shift,nextarp  
  36.         ADD  *-,   shift,nextarp  
  37.         ADD  *,    shift,nextarp   
  38.         ADD  *BR0+,shift
  39.         ADD  *BR0-,shift
  40.         ADD  *0+,  shift
  41.         ADD  *0-,  shift
  42.         ADD  *+,   shift
  43.         ADD  *-,   shift
  44.         ADD  *,    shift
  45.         ADD  *BR0+
  46.         ADD  *BR0-
  47.         ADD  *0+ 
  48.         ADD  *0- 
  49.         ADD  *+  
  50.         ADD  *-  
  51.         ADD  *
  52.         ADD  addr7,shift     
  53.         ADD  addr7       
  54.         
  55.         ADDC *BR0+,nextarp
  56.         ADDC *BR0-,nextarp
  57.         ADDC *0+,  nextarp
  58.         ADDC *0-,  nextarp
  59.         ADDC *+,   nextarp
  60.         ADDC *-,   nextarp
  61.         ADDC *,    nextarp
  62.         ADDC *BR0+
  63.         ADDC *BR0-
  64.         ADDC *0+ 
  65.         ADDC *0- 
  66.         ADDC *+  
  67.         ADDC *-  
  68.         ADDC *
  69.         ADDC addr7       
  70.         
  71.         ADDH *BR0+,nextarp
  72.         ADDH *BR0-,nextarp
  73.         ADDH *0+,  nextarp
  74.         ADDH *0-,  nextarp
  75.         ADDH *+,   nextarp
  76.         ADDH *-,   nextarp
  77.         ADDH *,    nextarp
  78.         ADDH *BR0+
  79.         ADDH *BR0-
  80.         ADDH *0+ 
  81.         ADDH *0- 
  82.         ADDH *+  
  83.         ADDH *-  
  84.         ADDH *
  85.         ADDH addr7       
  86.         
  87.         
  88.         ADDK const8      
  89.  
  90.         ADDS *BR0+,nextarp
  91.         ADDS *BR0-,nextarp
  92.         ADDS *0+,  nextarp
  93.         ADDS *0-,  nextarp
  94.         ADDS *+,   nextarp
  95.         ADDS *-,   nextarp
  96.         ADDS *,    nextarp
  97.         ADDS *BR0+
  98.         ADDS *BR0-
  99.         ADDS *0+ 
  100.         ADDS *0- 
  101.         ADDS *+  
  102.         ADDS *-  
  103.         ADDS *
  104.         ADDS addr7       
  105.         
  106.         ADDT *BR0+,nextarp
  107.         ADDT *BR0-,nextarp
  108.         ADDT *0+,  nextarp
  109.         ADDT *0-,  nextarp
  110.         ADDT *+,   nextarp
  111.         ADDT *-,   nextarp
  112.         ADDT *,    nextarp
  113.         ADDT *BR0+
  114.         ADDT *BR0-
  115.         ADDT *0+ 
  116.         ADDT *0- 
  117.         ADDT *+  
  118.         ADDT *-  
  119.         ADDT *
  120.         ADDT addr7       
  121.         
  122.         ADLK const16,shift     
  123.         ADLK const16      
  124.         ADLK 0
  125.         ADLK 1
  126.         ADLK 256
  127.         ADLK 512
  128.         ADLK $1234
  129.         ADLK $1234,0
  130.  
  131.         ADRK const8      
  132.         
  133.         AND  *BR0+,nextarp
  134.         AND  *BR0-,nextarp
  135.         AND  *0+,  nextarp
  136.         AND  *0-,  nextarp
  137.         AND  *+,   nextarp
  138.         AND  *-,   nextarp
  139.         AND  *,    nextarp
  140.         AND  *BR0+
  141.         AND  *BR0-
  142.         AND  *0+ 
  143.         AND  *0- 
  144.         AND  *+  
  145.         AND  *-  
  146.         AND  *
  147.         AND  addr7       
  148.         
  149.         ANDK const16,shift     
  150.         ANDK const16      
  151.  
  152.         APAC   
  153.  
  154. loop1:        
  155.  
  156.         B    loop1,*BR0+,nextarp
  157.         B    loop1,*BR0-,nextarp
  158.         B    loop1,*0+,  nextarp
  159.         B    loop1,*0-,  nextarp
  160.         B    loop1,*+,   nextarp
  161.         B    loop1,*-,   nextarp
  162.         B    loop1,*,    nextarp
  163.         B    loop1,*BR0+
  164.         B    loop1,*BR0-
  165.         B    loop1,*0+ 
  166.         B    loop1,*0- 
  167.         B    loop1,*+  
  168.         B    loop1,*-  
  169.         B    loop1,*
  170.         B    loop1       
  171.  
  172.         BACC        
  173.         
  174.         BANZ loop1,*BR0+,nextarp
  175.         BANZ loop1,*BR0-,nextarp
  176.         BANZ loop1,*0+,  nextarp
  177.         BANZ loop1,*0-,  nextarp
  178.         BANZ loop1,*+,   nextarp
  179.         BANZ loop1,*-,   nextarp
  180.         BANZ loop1,*,    nextarp
  181.         BANZ loop1,*BR0+
  182.         BANZ loop1,*BR0-
  183.         BANZ loop1,*0+ 
  184.         BANZ loop1,*0- 
  185.         BANZ loop1,*+  
  186.         BANZ loop1,*-  
  187.         BANZ loop1,*
  188.         BANZ loop1       
  189.  
  190.         BBNZ loop1,*BR0+,nextarp
  191.         BBNZ loop1,*BR0-,nextarp
  192.         BBNZ loop1,*0+,  nextarp
  193.         BBNZ loop1,*0-,  nextarp
  194.         BBNZ loop1,*+,   nextarp
  195.         BBNZ loop1,*-,   nextarp
  196.         BBNZ loop1,*,    nextarp
  197.         BBNZ loop1,*BR0+
  198.         BBNZ loop1,*BR0-
  199.         BBNZ loop1,*0+ 
  200.         BBNZ loop1,*0- 
  201.         BBNZ loop1,*+  
  202.         BBNZ loop1,*-  
  203.         BBNZ loop1,*
  204.         BBNZ loop1       
  205.  
  206.         BBZ  loop1,*BR0+,nextarp
  207.         BBZ  loop1,*BR0-,nextarp
  208.         BBZ  loop1,*0+,  nextarp
  209.         BBZ  loop1,*0-,  nextarp
  210.         BBZ  loop1,*+,   nextarp
  211.         BBZ  loop1,*-,   nextarp
  212.         BBZ  loop1,*,    nextarp
  213.         BBZ  loop1,*BR0+
  214.         BBZ  loop1,*BR0-
  215.         BBZ  loop1,*0+ 
  216.         BBZ  loop1,*0- 
  217.         BBZ  loop1,*+  
  218.         BBZ  loop1,*-  
  219.         BBZ  loop1,*
  220.         BBZ  loop1       
  221.  
  222.         BC   loop1,*BR0+,nextarp
  223.         BC   loop1,*BR0-,nextarp
  224.         BC   loop1,*0+,  nextarp
  225.         BC   loop1,*0-,  nextarp
  226.         BC   loop1,*+,   nextarp
  227.         BC   loop1,*-,   nextarp
  228.         BC   loop1,*,    nextarp
  229.         BC   loop1,*BR0+
  230.         BC   loop1,*BR0-
  231.         BC   loop1,*0+ 
  232.         BC   loop1,*0- 
  233.         BC   loop1,*+  
  234.         BC   loop1,*-  
  235.         BC   loop1,*
  236.         BC   loop1       
  237.  
  238.         BGEZ loop1,*BR0+,nextarp
  239.         BGEZ loop1,*BR0-,nextarp
  240.         BGEZ loop1,*0+,  nextarp
  241.         BGEZ loop1,*0-,  nextarp
  242.         BGEZ loop1,*+,   nextarp
  243.         BGEZ loop1,*-,   nextarp
  244.         BGEZ loop1,*,    nextarp
  245.         BGEZ loop1,*BR0+
  246.         BGEZ loop1,*BR0-
  247.         BGEZ loop1,*0+ 
  248.         BGEZ loop1,*0- 
  249.         BGEZ loop1,*+  
  250.         BGEZ loop1,*-  
  251.         BGEZ loop1,*
  252.         BGEZ loop1       
  253.  
  254.         BGZ  loop1,*BR0+,nextarp
  255.         BGZ  loop1,*BR0-,nextarp
  256.         BGZ  loop1,*0+,  nextarp
  257.         BGZ  loop1,*0-,  nextarp
  258.         BGZ  loop1,*+,   nextarp
  259.         BGZ  loop1,*-,   nextarp
  260.         BGZ  loop1,*,    nextarp
  261.         BGZ  loop1,*BR0+
  262.         BGZ  loop1,*BR0-
  263.         BGZ  loop1,*0+ 
  264.         BGZ  loop1,*0- 
  265.         BGZ  loop1,*+  
  266.         BGZ  loop1,*-  
  267.         BGZ  loop1,*
  268.         BGZ  loop1       
  269.  
  270.         BIOZ loop1,*BR0+,nextarp
  271.         BIOZ loop1,*BR0-,nextarp
  272.         BIOZ loop1,*0+,  nextarp
  273.         BIOZ loop1,*0-,  nextarp
  274.         BIOZ loop1,*+,   nextarp
  275.         BIOZ loop1,*-,   nextarp
  276.         BIOZ loop1,*,    nextarp
  277.         BIOZ loop1,*BR0+
  278.         BIOZ loop1,*BR0-
  279.         BIOZ loop1,*0+ 
  280.         BIOZ loop1,*0- 
  281.         BIOZ loop1,*+  
  282.         BIOZ loop1,*-  
  283.         BIOZ loop1,*
  284.         BIOZ loop1       
  285.  
  286.         BLEZ loop1,*BR0+,nextarp
  287.         BLEZ loop1,*BR0-,nextarp
  288.         BLEZ loop1,*0+,  nextarp
  289.         BLEZ loop1,*0-,  nextarp
  290.         BLEZ loop1,*+,   nextarp
  291.         BLEZ loop1,*-,   nextarp
  292.         BLEZ loop1,*,    nextarp
  293.         BLEZ loop1,*BR0+
  294.         BLEZ loop1,*BR0-
  295.         BLEZ loop1,*0+ 
  296.         BLEZ loop1,*0- 
  297.         BLEZ loop1,*+  
  298.         BLEZ loop1,*-  
  299.         BLEZ loop1,*
  300.         BLEZ loop1       
  301.  
  302.         BLZ  loop1,*BR0+,nextarp
  303.         BLZ  loop1,*BR0-,nextarp
  304.         BLZ  loop1,*0+,  nextarp
  305.         BLZ  loop1,*0-,  nextarp
  306.         BLZ  loop1,*+,   nextarp
  307.         BLZ  loop1,*-,   nextarp
  308.         BLZ  loop1,*,    nextarp
  309.         BLZ  loop1,*BR0+
  310.         BLZ  loop1,*BR0-
  311.         BLZ  loop1,*0+ 
  312.         BLZ  loop1,*0- 
  313.         BLZ  loop1,*+  
  314.         BLZ  loop1,*-  
  315.         BLZ  loop1,*
  316.         BLZ  loop1       
  317.  
  318.         BNC  loop1,*BR0+,nextarp
  319.         BNC  loop1,*BR0-,nextarp
  320.         BNC  loop1,*0+,  nextarp
  321.         BNC  loop1,*0-,  nextarp
  322.         BNC  loop1,*+,   nextarp
  323.         BNC  loop1,*-,   nextarp
  324.         BNC  loop1,*,    nextarp
  325.         BNC  loop1,*BR0+
  326.         BNC  loop1,*BR0-
  327.         BNC  loop1,*0+ 
  328.         BNC  loop1,*0- 
  329.         BNC  loop1,*+  
  330.         BNC  loop1,*-  
  331.         BNC  loop1,*
  332.         BNC  loop1       
  333.  
  334.         BNV  loop1,*BR0+,nextarp
  335.         BNV  loop1,*BR0-,nextarp
  336.         BNV  loop1,*0+,  nextarp
  337.         BNV  loop1,*0-,  nextarp
  338.         BNV  loop1,*+,   nextarp
  339.         BNV  loop1,*-,   nextarp
  340.         BNV  loop1,*,    nextarp
  341.         BNV  loop1,*BR0+
  342.         BNV  loop1,*BR0-
  343.         BNV  loop1,*0+ 
  344.         BNV  loop1,*0- 
  345.         BNV  loop1,*+  
  346.         BNV  loop1,*-  
  347.         BNV  loop1,*
  348.         BNV  loop1       
  349.  
  350.         BNZ  loop1,*BR0+,nextarp
  351.         BNZ  loop1,*BR0-,nextarp
  352.         BNZ  loop1,*0+,  nextarp
  353.         BNZ  loop1,*0-,  nextarp
  354.         BNZ  loop1,*+,   nextarp
  355.         BNZ  loop1,*-,   nextarp
  356.         BNZ  loop1,*,    nextarp
  357.         BNZ  loop1,*BR0+
  358.         BNZ  loop1,*BR0-
  359.         BNZ  loop1,*0+ 
  360.         BNZ  loop1,*0- 
  361.         BNZ  loop1,*+  
  362.         BNZ  loop1,*-  
  363.         BNZ  loop1,*
  364.         BNZ  loop1       
  365.  
  366.         BV   loop1,*BR0+,nextarp
  367.         BV   loop1,*BR0-,nextarp
  368.         BV   loop1,*0+,  nextarp
  369.         BV   loop1,*0-,  nextarp
  370.         BV   loop1,*+,   nextarp
  371.         BV   loop1,*-,   nextarp
  372.         BV   loop1,*,    nextarp
  373.         BV   loop1,*BR0+
  374.         BV   loop1,*BR0-
  375.         BV   loop1,*0+ 
  376.         BV   loop1,*0- 
  377.         BV   loop1,*+  
  378.         BV   loop1,*-  
  379.         BV   loop1,*
  380.         BV   loop1       
  381.  
  382.         BZ   loop1,*BR0+,nextarp
  383.         BZ   loop1,*BR0-,nextarp
  384.         BZ   loop1,*0+,  nextarp
  385.         BZ   loop1,*0-,  nextarp
  386.         BZ   loop1,*+,   nextarp
  387.         BZ   loop1,*-,   nextarp
  388.         BZ   loop1,*,    nextarp
  389.         BZ   loop1,*BR0+
  390.         BZ   loop1,*BR0-
  391.         BZ   loop1,*0+ 
  392.         BZ   loop1,*0- 
  393.         BZ   loop1,*+  
  394.         BZ   loop1,*-  
  395.         BZ   loop1,*
  396.         BZ   loop1       
  397.  
  398.         BIT  *BR0+,bit  ,nextarp  
  399.         BIT  *BR0-,bit  ,nextarp  
  400.         BIT  *0+,  bit  ,nextarp  
  401.         BIT  *0-,  bit  ,nextarp  
  402.         BIT  *+,   bit  ,nextarp  
  403.         BIT  *-,   bit  ,nextarp  
  404.         BIT  *,    bit  ,nextarp   
  405.         BIT  *BR0+,bit  
  406.         BIT  *BR0-,bit  
  407.         BIT  *0+,  bit  
  408.         BIT  *0-,  bit  
  409.         BIT  *+,   bit  
  410.         BIT  *-,   bit  
  411.         BIT  *,    bit  
  412.         BIT  addr7,bit       
  413.         
  414.         BITT *BR0+,nextarp
  415.         BITT *BR0-,nextarp
  416.         BITT *0+,  nextarp
  417.         BITT *0-,  nextarp
  418.         BITT *+,   nextarp
  419.         BITT *-,   nextarp
  420.         BITT *,    nextarp
  421.         BITT *BR0+
  422.         BITT *BR0-
  423.         BITT *0+ 
  424.         BITT *0- 
  425.         BITT *+  
  426.         BITT *-  
  427.         BITT *
  428.         BITT addr7       
  429.         
  430.         BLKD addr16,*BR0+,nextarp
  431.         BLKD addr16,*BR0-,nextarp
  432.         BLKD addr16,*0+,  nextarp
  433.         BLKD addr16,*0-,  nextarp
  434.         BLKD addr16,*+,   nextarp  
  435.         BLKD addr16,*-,   nextarp   
  436.         BLKD addr16,*,    nextarp    
  437.         BLKD addr16,*BR0+
  438.         BLKD addr16,*BR0-
  439.         BLKD addr16,*0+
  440.         BLKD addr16,*0-
  441.         BLKD addr16,*+
  442.         BLKD addr16,*-
  443.         BLKD addr16,*
  444.         BLKD addr16,addr7     
  445.         
  446.         BLKP addr16,*BR0+,nextarp
  447.         BLKP addr16,*BR0-,nextarp
  448.         BLKP addr16,*0+,  nextarp
  449.         BLKP addr16,*0-,  nextarp
  450.         BLKP addr16,*+,   nextarp  
  451.         BLKP addr16,*-,   nextarp   
  452.         BLKP addr16,*,    nextarp    
  453.         BLKP addr16,*BR0+
  454.         BLKP addr16,*BR0-
  455.         BLKP addr16,*0+
  456.         BLKP addr16,*0-
  457.         BLKP addr16,*+
  458.         BLKP addr16,*-
  459.         BLKP addr16,*
  460.         BLKP addr16,addr7     
  461.         
  462.         CALA        
  463.  
  464.         CALL addr16,*BR0+,nextarp
  465.         CALL addr16,*BR0-,nextarp
  466.         CALL addr16,*0+,  nextarp
  467.         CALL addr16,*0-,  nextarp
  468.         CALL addr16,*+,   nextarp  
  469.         CALL addr16,*-,   nextarp   
  470.         CALL addr16,*,    nextarp    
  471.         CALL addr16,*BR0+
  472.         CALL addr16,*BR0-
  473.         CALL addr16,*0+
  474.         CALL addr16,*0-
  475.         CALL addr16,*+
  476.         CALL addr16,*-
  477.         CALL addr16,*
  478.         CALL addr16
  479.         
  480.         CMPL       
  481.         
  482.         CMPR cmode     
  483.  
  484.         CNFD       
  485.         CNFP       
  486.         
  487.         DINT       
  488.         
  489.         DMOV *BR0+,nextarp
  490.         DMOV *BR0-,nextarp
  491.         DMOV *0+,  nextarp
  492.         DMOV *0-,  nextarp
  493.         DMOV *+,   nextarp
  494.         DMOV *-,   nextarp
  495.         DMOV *,    nextarp
  496.         DMOV *BR0+
  497.         DMOV *BR0-
  498.         DMOV *0+ 
  499.         DMOV *0- 
  500.         DMOV *+  
  501.         DMOV *-  
  502.         DMOV *
  503.         DMOV addr7       
  504.         
  505.         EINT       
  506.         
  507.         FORT format     
  508.         
  509.         IDLE       
  510.         
  511.         IN   *BR0+,port,nextarp  
  512.         IN   *BR0-,port,nextarp  
  513.         IN   *0+,  port,nextarp  
  514.         IN   *0-,  port,nextarp  
  515.         IN   *+,   port,nextarp  
  516.         IN   *-,   port,nextarp  
  517.         IN   *,    port,nextarp   
  518.         IN   *BR0+,port
  519.         IN   *BR0-,port
  520.         IN   *0+,  port
  521.         IN   *0-,  port
  522.         IN   *+,   port
  523.         IN   *-,   port
  524.         IN   *,    port
  525.         IN   addr7,port     
  526.  
  527.         LAC  *BR0+,shift,nextarp  
  528.         LAC  *BR0-,shift,nextarp  
  529.         LAC  *0+,  shift,nextarp  
  530.         LAC  *0-,  shift,nextarp  
  531.         LAC  *+,   shift,nextarp  
  532.         LAC  *-,   shift,nextarp  
  533.         LAC  *,    shift,nextarp   
  534.         LAC  *BR0+,shift
  535.         LAC  *BR0-,shift
  536.         LAC  *0+,  shift
  537.         LAC  *0-,  shift
  538.         LAC  *+,   shift
  539.         LAC  *-,   shift
  540.         LAC  *,    shift
  541.         LAC  *BR0+
  542.         LAC  *BR0-
  543.         LAC  *0+ 
  544.         LAC  *0- 
  545.         LAC  *+  
  546.         LAC  *-  
  547.         LAC  *
  548.         LAC  addr7,shift     
  549.         LAC  addr7       
  550.  
  551.         LACK const8     
  552.         
  553.         LACT *BR0+,nextarp
  554.         LACT *BR0-,nextarp
  555.         LACT *0+,  nextarp
  556.         LACT *0-,  nextarp
  557.         LACT *+,   nextarp
  558.         LACT *-,   nextarp
  559.         LACT *,    nextarp
  560.         LACT *BR0+
  561.         LACT *BR0-
  562.         LACT *0+ 
  563.         LACT *0- 
  564.         LACT *+  
  565.         LACT *-  
  566.         LACT *
  567.         LACT addr7       
  568.         
  569.         LALK const16,shift    
  570.         LALK const16     
  571.                     
  572.         LAR arp,*BR0+,nextarp
  573.         LAR arp,*BR0-,nextarp
  574.         LAR arp,*0+,  nextarp
  575.         LAR arp,*0-,  nextarp
  576.         LAR arp,*+,   nextarp
  577.         LAR arp,*-,   nextarp
  578.         LAR arp,*,    nextarp
  579.         LAR arp,*BR0+
  580.         LAR arp,*BR0-
  581.         LAR arp,*0+ 
  582.         LAR arp,*0- 
  583.         LAR arp,*+  
  584.         LAR arp,*-  
  585.         LAR arp,*
  586.         LAR arp,addr7       
  587.         
  588.         LARK arp, const8
  589.         
  590.         LARP arp      
  591.                      
  592.         LDP  *BR0+,nextarp
  593.         LDP  *BR0-,nextarp
  594.         LDP  *0+,  nextarp
  595.         LDP  *0-,  nextarp
  596.         LDP  *+,   nextarp
  597.         LDP  *-,   nextarp
  598.         LDP  *,    nextarp
  599.         LDP  *BR0+
  600.         LDP  *BR0-
  601.         LDP  *0+ 
  602.         LDP  *0- 
  603.         LDP  *+  
  604.         LDP  *-  
  605.         LDP  *
  606.         LDP  addr7       
  607.         
  608.         LDPK addr9      
  609.                      
  610.         LPH  *BR0+,nextarp
  611.         LPH  *BR0-,nextarp
  612.         LPH  *0+,  nextarp
  613.         LPH  *0-,  nextarp
  614.         LPH  *+,   nextarp
  615.         LPH  *-,   nextarp
  616.         LPH  *,    nextarp
  617.         LPH  *BR0+
  618.         LPH  *BR0-
  619.         LPH  *0+ 
  620.         LPH  *0- 
  621.         LPH  *+  
  622.         LPH  *-  
  623.         LPH  *
  624.         LPH  addr7       
  625.         
  626.         LRLK arp, const16   
  627.         
  628.         LST  *BR0+,nextarp
  629.         LST  *BR0-,nextarp
  630.         LST  *0+,  nextarp
  631.         LST  *0-,  nextarp
  632.         LST  *+,   nextarp
  633.         LST  *-,   nextarp
  634.         LST  *,    nextarp
  635.         LST  *BR0+
  636.         LST  *BR0-
  637.         LST  *0+ 
  638.         LST  *0- 
  639.         LST  *+  
  640.         LST  *-  
  641.         LST  *
  642.         LST  addr7       
  643.         
  644.         LST1 *BR0+,nextarp
  645.         LST1 *BR0-,nextarp
  646.         LST1 *0+,  nextarp
  647.         LST1 *0-,  nextarp
  648.         LST1 *+,   nextarp
  649.         LST1 *-,   nextarp
  650.         LST1 *,    nextarp
  651.         LST1 *BR0+
  652.         LST1 *BR0-
  653.         LST1 *0+ 
  654.         LST1 *0- 
  655.         LST1 *+  
  656.         LST1 *-  
  657.         LST1 *
  658.         LST1 addr7       
  659.         
  660.         LT   *BR0+,nextarp
  661.         LT   *BR0-,nextarp
  662.         LT   *0+,  nextarp
  663.         LT   *0-,  nextarp
  664.         LT   *+,   nextarp
  665.         LT   *-,   nextarp
  666.         LT   *,    nextarp
  667.         LT   *BR0+
  668.         LT   *BR0-
  669.         LT   *0+ 
  670.         LT   *0- 
  671.         LT   *+  
  672.         LT   *-  
  673.         LT   *
  674.         LT   addr7       
  675.         
  676.         LTA  *BR0+,nextarp
  677.         LTA  *BR0-,nextarp
  678.         LTA  *0+,  nextarp
  679.         LTA  *0-,  nextarp
  680.         LTA  *+,   nextarp
  681.         LTA  *-,   nextarp
  682.         LTA  *,    nextarp
  683.         LTA  *BR0+
  684.         LTA  *BR0-
  685.         LTA  *0+ 
  686.         LTA  *0- 
  687.         LTA  *+  
  688.         LTA  *-  
  689.         LTA  *
  690.         LTA  addr7       
  691.         
  692.         LTD  *BR0+,nextarp
  693.         LTD  *BR0-,nextarp
  694.         LTD  *0+,  nextarp
  695.         LTD  *0-,  nextarp
  696.         LTD  *+,   nextarp
  697.         LTD  *-,   nextarp
  698.         LTD  *,    nextarp
  699.         LTD  *BR0+
  700.         LTD  *BR0-
  701.         LTD  *0+ 
  702.         LTD  *0- 
  703.         LTD  *+  
  704.         LTD  *-  
  705.         LTD  *
  706.         LTD  addr7       
  707.         
  708.         LTP  *BR0+,nextarp
  709.         LTP  *BR0-,nextarp
  710.         LTP  *0+,  nextarp
  711.         LTP  *0-,  nextarp
  712.         LTP  *+,   nextarp
  713.         LTP  *-,   nextarp
  714.         LTP  *,    nextarp
  715.         LTP  *BR0+
  716.         LTP  *BR0-
  717.         LTP  *0+ 
  718.         LTP  *0- 
  719.         LTP  *+  
  720.         LTP  *-  
  721.         LTP  *
  722.         LTP  addr7       
  723.         
  724.         LTS  *BR0+,nextarp
  725.         LTS  *BR0-,nextarp
  726.         LTS  *0+,  nextarp
  727.         LTS  *0-,  nextarp
  728.         LTS  *+,   nextarp
  729.         LTS  *-,   nextarp
  730.         LTS  *,    nextarp
  731.         LTS  *BR0+
  732.         LTS  *BR0-
  733.         LTS  *0+ 
  734.         LTS  *0- 
  735.         LTS  *+  
  736.         LTS  *-  
  737.         LTS  *
  738.         LTS  addr7       
  739.         
  740.         MAC  addr16,*BR0+,nextarp
  741.         MAC  addr16,*BR0-,nextarp
  742.         MAC  addr16,*0+,  nextarp
  743.         MAC  addr16,*0-,  nextarp
  744.         MAC  addr16,*+,   nextarp  
  745.         MAC  addr16,*-,   nextarp   
  746.         MAC  addr16,*,    nextarp    
  747.         MAC  addr16,*BR0+
  748.         MAC  addr16,*BR0-
  749.         MAC  addr16,*0+
  750.         MAC  addr16,*0-
  751.         MAC  addr16,*+
  752.         MAC  addr16,*-
  753.         MAC  addr16,*
  754.         MAC  addr16,addr7
  755.         
  756.         MACD addr16,*BR0+,nextarp
  757.         MACD addr16,*BR0-,nextarp
  758.         MACD addr16,*0+,  nextarp
  759.         MACD addr16,*0-,  nextarp
  760.         MACD addr16,*+,   nextarp  
  761.         MACD addr16,*-,   nextarp   
  762.         MACD addr16,*,    nextarp    
  763.         MACD addr16,*BR0+
  764.         MACD addr16,*BR0-
  765.         MACD addr16,*0+
  766.         MACD addr16,*0-
  767.         MACD addr16,*+
  768.         MACD addr16,*-
  769.         MACD addr16,*
  770.         MACD addr16,addr7
  771.  
  772.         MAR  *BR0+,nextarp
  773.         MAR  *BR0-,nextarp
  774.         MAR  *0+,  nextarp
  775.         MAR  *0-,  nextarp
  776.         MAR  *+,   nextarp
  777.         MAR  *-,   nextarp
  778.         MAR  *,    nextarp
  779.         MAR  *BR0+
  780.         MAR  *BR0-
  781.         MAR  *0+ 
  782.         MAR  *0- 
  783.         MAR  *+  
  784.         MAR  *-  
  785.         MAR  *
  786.         MAR  addr7       
  787.         
  788.         MPY  *BR0+,nextarp
  789.         MPY  *BR0-,nextarp
  790.         MPY  *0+,  nextarp
  791.         MPY  *0-,  nextarp
  792.         MPY  *+,   nextarp
  793.         MPY  *-,   nextarp
  794.         MPY  *,    nextarp
  795.         MPY  *BR0+
  796.         MPY  *BR0-
  797.         MPY  *0+ 
  798.         MPY  *0- 
  799.         MPY  *+  
  800.         MPY  *-  
  801.         MPY  *
  802.         MPY  addr7       
  803.         
  804.         MPYA *BR0+,nextarp
  805.         MPYA *BR0-,nextarp
  806.         MPYA *0+,  nextarp
  807.         MPYA *0-,  nextarp
  808.         MPYA *+,   nextarp
  809.         MPYA *-,   nextarp
  810.         MPYA *,    nextarp
  811.         MPYA *BR0+
  812.         MPYA *BR0-
  813.         MPYA *0+ 
  814.         MPYA *0- 
  815.         MPYA *+  
  816.         MPYA *-  
  817.         MPYA *
  818.         MPYA addr7       
  819.         
  820.         MPYK const13     
  821.                     
  822.         MPYS *BR0+,nextarp
  823.         MPYS *BR0-,nextarp
  824.         MPYS *0+,  nextarp
  825.         MPYS *0-,  nextarp
  826.         MPYS *+,   nextarp
  827.         MPYS *-,   nextarp
  828.         MPYS *,    nextarp
  829.         MPYS *BR0+
  830.         MPYS *BR0-
  831.         MPYS *0+ 
  832.         MPYS *0- 
  833.         MPYS *+  
  834.         MPYS *-  
  835.         MPYS *
  836.         MPYS addr7       
  837.         
  838.         MPYU *BR0+,nextarp
  839.         MPYU *BR0-,nextarp
  840.         MPYU *0+,  nextarp
  841.         MPYU *0-,  nextarp
  842.         MPYU *+,   nextarp
  843.         MPYU *-,   nextarp
  844.         MPYU *,    nextarp
  845.         MPYU *BR0+
  846.         MPYU *BR0-
  847.         MPYU *0+ 
  848.         MPYU *0- 
  849.         MPYU *+  
  850.         MPYU *-  
  851.         MPYU *
  852.         MPYU addr7       
  853.         
  854.         NEG         
  855.         
  856.         NOP         
  857.         
  858.         NORM *BR0+      
  859.         NORM *BR0-      
  860.         NORM *0+      
  861.         NORM *0-      
  862.         NORM *+      
  863.         NORM *-      
  864.         NORM *       
  865.         NORM
  866.         
  867.         OR   *BR0+,nextarp
  868.         OR   *BR0-,nextarp
  869.         OR   *0+,  nextarp
  870.         OR   *0-,  nextarp
  871.         OR   *+,   nextarp
  872.         OR   *-,   nextarp
  873.         OR   *,    nextarp
  874.         OR   *BR0+
  875.         OR   *BR0-
  876.         OR   *0+ 
  877.         OR   *0- 
  878.         OR   *+  
  879.         OR   *-  
  880.         OR   *
  881.         OR   addr7       
  882.         
  883.         ORK  const16, shift     
  884.         ORK  const16      
  885.         
  886.         OUT  *BR0+,port,nextarp  
  887.         OUT  *BR0-,port,nextarp  
  888.         OUT  *0+,  port,nextarp  
  889.         OUT  *0-,  port,nextarp  
  890.         OUT  *+,   port,nextarp  
  891.         OUT  *-,   port,nextarp  
  892.         OUT  *,    port,nextarp   
  893.         OUT  *BR0+,port
  894.         OUT  *BR0-,port
  895.         OUT  *0+,  port
  896.         OUT  *0-,  port
  897.         OUT  *+,   port
  898.         OUT  *-,   port
  899.         OUT  *,    port
  900.         OUT  addr7,port     
  901.         
  902.         PAC         
  903.         POP         
  904.         
  905.         POPD *BR0+,nextarp
  906.         POPD *BR0-,nextarp
  907.         POPD *0+,  nextarp
  908.         POPD *0-,  nextarp
  909.         POPD *+,   nextarp
  910.         POPD *-,   nextarp
  911.         POPD *,    nextarp
  912.         POPD *BR0+
  913.         POPD *BR0-
  914.         POPD *0+ 
  915.         POPD *0- 
  916.         POPD *+  
  917.         POPD *-  
  918.         POPD *
  919.         POPD addr7       
  920.         
  921.         PSHD *BR0+,nextarp
  922.         PSHD *BR0-,nextarp
  923.         PSHD *0+,  nextarp
  924.         PSHD *0-,  nextarp
  925.         PSHD *+,   nextarp
  926.         PSHD *-,   nextarp
  927.         PSHD *,    nextarp
  928.         PSHD *BR0+
  929.         PSHD *BR0-
  930.         PSHD *0+ 
  931.         PSHD *0- 
  932.         PSHD *+  
  933.         PSHD *-  
  934.         PSHD *
  935.         PSHD addr7       
  936.         
  937.         PUSH        
  938.         RC          
  939.         RET         
  940.         RFSM        
  941.         RHM         
  942.         ROL         
  943.         ROR         
  944.         ROVM        
  945.         
  946.         RPT  *BR0+,nextarp
  947.         RPT  *BR0-,nextarp
  948.         RPT  *0+,  nextarp
  949.         RPT  *0-,  nextarp
  950.         RPT  *+,   nextarp
  951.         RPT  *-,   nextarp
  952.         RPT  *,    nextarp
  953.         RPT  *BR0+
  954.         RPT  *BR0-
  955.         RPT  *0+ 
  956.         RPT  *0- 
  957.         RPT  *+  
  958.         RPT  *-  
  959.         RPT  *
  960.         RPT  addr7       
  961.         
  962.         RPTK const8      
  963.         
  964.         RSXM        
  965.         RTC         
  966.         RTXM        
  967.         RXF         
  968.         
  969.         SACH *BR0+,shift,nextarp  
  970.         SACH *BR0-,shift,nextarp  
  971.         SACH *0+,  shift,nextarp  
  972.         SACH *0-,  shift,nextarp  
  973.         SACH *+,   shift,nextarp  
  974.         SACH *-,   shift,nextarp  
  975.         SACH *,    shift,nextarp   
  976.         SACH *BR0+,shift
  977.         SACH *BR0-,shift
  978.         SACH *0+,  shift
  979.         SACH *0-,  shift
  980.         SACH *+,   shift
  981.         SACH *-,   shift
  982.         SACH *,    shift
  983.         SACH *BR0+
  984.         SACH *BR0-
  985.         SACH *0+ 
  986.         SACH *0- 
  987.         SACH *+  
  988.         SACH *-  
  989.         SACH *
  990.         SACH addr7,shift     
  991.         SACH addr7       
  992.         
  993.         SACL *BR0+,shift,nextarp  
  994.         SACL *BR0-,shift,nextarp  
  995.         SACL *0+,  shift,nextarp  
  996.         SACL *0-,  shift,nextarp  
  997.         SACL *+,   shift,nextarp  
  998.         SACL *-,   shift,nextarp  
  999.         SACL *,    shift,nextarp   
  1000.         SACL *BR0+,shift
  1001.         SACL *BR0-,shift
  1002.         SACL *0+,  shift
  1003.         SACL *0-,  shift
  1004.         SACL *+,   shift
  1005.         SACL *-,   shift
  1006.         SACL *,    shift
  1007.         SACL *BR0+
  1008.         SACL *BR0-
  1009.         SACL *0+ 
  1010.         SACL *0- 
  1011.         SACL *+  
  1012.         SACL *-  
  1013.         SACL *
  1014.         SACL addr7,shift     
  1015.         SACL addr7       
  1016.         
  1017.         SAR arp,*BR0+,nextarp
  1018.         SAR arp,*BR0-,nextarp
  1019.         SAR arp,*0+,  nextarp
  1020.         SAR arp,*0-,  nextarp
  1021.         SAR arp,*+,   nextarp
  1022.         SAR arp,*-,   nextarp
  1023.         SAR arp,*,    nextarp
  1024.         SAR arp,*BR0+
  1025.         SAR arp,*BR0-
  1026.         SAR arp,*0+ 
  1027.         SAR arp,*0- 
  1028.         SAR arp,*+  
  1029.         SAR arp,*-  
  1030.         SAR arp,*
  1031.         SAR arp,addr7       
  1032.         
  1033.         SBLK const16, shift     
  1034.         SBLK const16      
  1035.         
  1036.         SBRK const8      
  1037.         
  1038.         SC          
  1039.         SFL         
  1040.         SFR         
  1041.         SFSM        
  1042.         SHM         
  1043.         SOVM        
  1044.         SPAC        
  1045.         
  1046.         SPH  *BR0+,nextarp
  1047.         SPH  *BR0-,nextarp
  1048.         SPH  *0+,  nextarp
  1049.         SPH  *0-,  nextarp
  1050.         SPH  *+,   nextarp
  1051.         SPH  *-,   nextarp
  1052.         SPH  *,    nextarp
  1053.         SPH  *BR0+
  1054.         SPH  *BR0-
  1055.         SPH  *0+ 
  1056.         SPH  *0- 
  1057.         SPH  *+  
  1058.         SPH  *-  
  1059.         SPH  *
  1060.         SPH  addr7       
  1061.         
  1062.         SPL  *BR0+,nextarp
  1063.         SPL  *BR0-,nextarp
  1064.         SPL  *0+,  nextarp
  1065.         SPL  *0-,  nextarp
  1066.         SPL  *+,   nextarp
  1067.         SPL  *-,   nextarp
  1068.         SPL  *,    nextarp
  1069.         SPL  *BR0+
  1070.         SPL  *BR0-
  1071.         SPL  *0+ 
  1072.         SPL  *0- 
  1073.         SPL  *+  
  1074.         SPL  *-  
  1075.         SPL  *
  1076.         SPL  addr7       
  1077.         
  1078.         SPM  shiftmode      
  1079.         
  1080.         SQRA *BR0+,nextarp
  1081.         SQRA *BR0-,nextarp
  1082.         SQRA *0+,  nextarp
  1083.         SQRA *0-,  nextarp
  1084.         SQRA *+,   nextarp
  1085.         SQRA *-,   nextarp
  1086.         SQRA *,    nextarp
  1087.         SQRA *BR0+
  1088.         SQRA *BR0-
  1089.         SQRA *0+ 
  1090.         SQRA *0- 
  1091.         SQRA *+  
  1092.         SQRA *-  
  1093.         SQRA *
  1094.         SQRA addr7
  1095.         
  1096.         SQRS *BR0+,nextarp
  1097.         SQRS *BR0-,nextarp
  1098.         SQRS *0+,  nextarp
  1099.         SQRS *0-,  nextarp
  1100.         SQRS *+,   nextarp
  1101.         SQRS *-,   nextarp
  1102.         SQRS *,    nextarp
  1103.         SQRS *BR0+
  1104.         SQRS *BR0-
  1105.         SQRS *0+ 
  1106.         SQRS *0- 
  1107.         SQRS *+  
  1108.         SQRS *-  
  1109.         SQRS *
  1110.         SQRS addr7
  1111.         
  1112.         SST  *BR0+,nextarp
  1113.         SST  *BR0-,nextarp
  1114.         SST  *0+,  nextarp
  1115.         SST  *0-,  nextarp
  1116.         SST  *+,   nextarp
  1117.         SST  *-,   nextarp
  1118.         SST  *,    nextarp
  1119.         SST  *BR0+
  1120.         SST  *BR0-
  1121.         SST  *0+ 
  1122.         SST  *0- 
  1123.         SST  *+  
  1124.         SST  *-  
  1125.         SST  *
  1126.         SST  addr7
  1127.         
  1128.         SST1 *BR0+,nextarp
  1129.         SST1 *BR0-,nextarp
  1130.         SST1 *0+,  nextarp
  1131.         SST1 *0-,  nextarp
  1132.         SST1 *+,   nextarp
  1133.         SST1 *-,   nextarp
  1134.         SST1 *,    nextarp
  1135.         SST1 *BR0+
  1136.         SST1 *BR0-
  1137.         SST1 *0+ 
  1138.         SST1 *0- 
  1139.         SST1 *+  
  1140.         SST1 *-  
  1141.         SST1 *
  1142.         SST1 addr7      
  1143.         
  1144.         SSXM        
  1145.         STC         
  1146.         STXM        
  1147.  
  1148.         SUB  *BR0+,shift,nextarp  
  1149.         SUB  *BR0-,shift,nextarp  
  1150.         SUB  *0+,  shift,nextarp  
  1151.         SUB  *0-,  shift,nextarp  
  1152.         SUB  *+,   shift,nextarp  
  1153.         SUB  *-,   shift,nextarp  
  1154.         SUB  *,    shift,nextarp   
  1155.         SUB  *BR0+,shift
  1156.         SUB  *BR0-,shift
  1157.         SUB  *0+,  shift
  1158.         SUB  *0-,  shift
  1159.         SUB  *+,   shift
  1160.         SUB  *-,   shift
  1161.         SUB  *,    shift
  1162.         SUB  *BR0+
  1163.         SUB  *BR0-
  1164.         SUB  *0+ 
  1165.         SUB  *0- 
  1166.         SUB  *+  
  1167.         SUB  *-  
  1168.         SUB  *
  1169.         SUB  addr7,shift     
  1170.         SUB  addr7       
  1171.         
  1172.         SUBB *BR0+,nextarp
  1173.         SUBB *BR0-,nextarp
  1174.         SUBB *0+,  nextarp
  1175.         SUBB *0-,  nextarp
  1176.         SUBB *+,   nextarp
  1177.         SUBB *-,   nextarp
  1178.         SUBB *,    nextarp
  1179.         SUBB *BR0+
  1180.         SUBB *BR0-
  1181.         SUBB *0+ 
  1182.         SUBB *0- 
  1183.         SUBB *+  
  1184.         SUBB *-  
  1185.         SUBB *
  1186.         SUBB addr7      
  1187.         
  1188.         SUBC *BR0+,nextarp
  1189.         SUBC *BR0-,nextarp
  1190.         SUBC *0+,  nextarp
  1191.         SUBC *0-,  nextarp
  1192.         SUBC *+,   nextarp
  1193.         SUBC *-,   nextarp
  1194.         SUBC *,    nextarp
  1195.         SUBC *BR0+
  1196.         SUBC *BR0-
  1197.         SUBC *0+ 
  1198.         SUBC *0- 
  1199.         SUBC *+  
  1200.         SUBC *-  
  1201.         SUBC *
  1202.         SUBC addr7      
  1203.         
  1204.         SUBH *BR0+,nextarp
  1205.         SUBH *BR0-,nextarp
  1206.         SUBH *0+,  nextarp
  1207.         SUBH *0-,  nextarp
  1208.         SUBH *+,   nextarp
  1209.         SUBH *-,   nextarp
  1210.         SUBH *,    nextarp
  1211.         SUBH *BR0+
  1212.         SUBH *BR0-
  1213.         SUBH *0+ 
  1214.         SUBH *0- 
  1215.         SUBH *+  
  1216.         SUBH *-  
  1217.         SUBH *
  1218.         SUBH addr7      
  1219.         
  1220.         SUBK const8      
  1221.         
  1222.         SUBS *BR0+,nextarp
  1223.         SUBS *BR0-,nextarp
  1224.         SUBS *0+,  nextarp
  1225.         SUBS *0-,  nextarp
  1226.         SUBS *+,   nextarp
  1227.         SUBS *-,   nextarp
  1228.         SUBS *,    nextarp
  1229.         SUBS *BR0+
  1230.         SUBS *BR0-
  1231.         SUBS *0+ 
  1232.         SUBS *0- 
  1233.         SUBS *+  
  1234.         SUBS *-  
  1235.         SUBS *
  1236.         SUBS addr7      
  1237.         
  1238.         SUBT *BR0+,nextarp
  1239.         SUBT *BR0-,nextarp
  1240.         SUBT *0+,  nextarp
  1241.         SUBT *0-,  nextarp
  1242.         SUBT *+,   nextarp
  1243.         SUBT *-,   nextarp
  1244.         SUBT *,    nextarp
  1245.         SUBT *BR0+
  1246.         SUBT *BR0-
  1247.         SUBT *0+ 
  1248.         SUBT *0- 
  1249.         SUBT *+  
  1250.         SUBT *-  
  1251.         SUBT *
  1252.         SUBT addr7      
  1253.         
  1254.         SXF         
  1255.         
  1256.         TBLR *BR0+,nextarp
  1257.         TBLR *BR0-,nextarp
  1258.         TBLR *0+,  nextarp
  1259.         TBLR *0-,  nextarp
  1260.         TBLR *+,   nextarp
  1261.         TBLR *-,   nextarp
  1262.         TBLR *,    nextarp
  1263.         TBLR *BR0+
  1264.         TBLR *BR0-
  1265.         TBLR *0+ 
  1266.         TBLR *0- 
  1267.         TBLR *+  
  1268.         TBLR *-  
  1269.         TBLR *
  1270.         TBLR addr7      
  1271.         
  1272.         TBLW *BR0+,nextarp
  1273.         TBLW *BR0-,nextarp
  1274.         TBLW *0+,  nextarp
  1275.         TBLW *0-,  nextarp
  1276.         TBLW *+,   nextarp
  1277.         TBLW *-,   nextarp
  1278.         TBLW *,    nextarp
  1279.         TBLW *BR0+
  1280.         TBLW *BR0-
  1281.         TBLW *0+ 
  1282.         TBLW *0- 
  1283.         TBLW *+  
  1284.         TBLW *-  
  1285.         TBLW *
  1286.         TBLW addr7      
  1287.         
  1288.         TRAP        
  1289.         
  1290.         XOR  *BR0+,nextarp
  1291.         XOR  *BR0-,nextarp
  1292.         XOR  *0+,  nextarp
  1293.         XOR  *0-,  nextarp
  1294.         XOR  *+,   nextarp
  1295.         XOR  *-,   nextarp
  1296.         XOR  *,    nextarp
  1297.         XOR  *BR0+
  1298.         XOR  *BR0-
  1299.         XOR  *0+ 
  1300.         XOR  *0- 
  1301.         XOR  *+  
  1302.         XOR  *-  
  1303.         XOR  *
  1304.         XOR  addr7      
  1305.         
  1306.         XORK const16, shift     
  1307.         XORK const16      
  1308.         
  1309.         ZAC         
  1310.         
  1311.         ZALH *BR0+,nextarp
  1312.         ZALH *BR0-,nextarp
  1313.         ZALH *0+,  nextarp
  1314.         ZALH *0-,  nextarp
  1315.         ZALH *+,   nextarp
  1316.         ZALH *-,   nextarp
  1317.         ZALH *,    nextarp
  1318.         ZALH *BR0+
  1319.         ZALH *BR0-
  1320.         ZALH *0+ 
  1321.         ZALH *0- 
  1322.         ZALH *+  
  1323.         ZALH *-  
  1324.         ZALH *
  1325.         ZALH addr7      
  1326.         
  1327.         ZALR *BR0+,nextarp
  1328.         ZALR *BR0-,nextarp
  1329.         ZALR *0+,  nextarp
  1330.         ZALR *0-,  nextarp
  1331.         ZALR *+,   nextarp
  1332.         ZALR *-,   nextarp
  1333.         ZALR *,    nextarp
  1334.         ZALR *BR0+
  1335.         ZALR *BR0-
  1336.         ZALR *0+ 
  1337.         ZALR *0- 
  1338.         ZALR *+  
  1339.         ZALR *-  
  1340.         ZALR *
  1341.         ZALR addr7      
  1342.         
  1343.         ZALS *BR0+,nextarp
  1344.         ZALS *BR0-,nextarp
  1345.         ZALS *0+,  nextarp
  1346.         ZALS *0-,  nextarp
  1347.         ZALS *+,   nextarp
  1348.         ZALS *-,   nextarp
  1349.         ZALS *,    nextarp
  1350.         ZALS *BR0+
  1351.         ZALS *BR0-
  1352.         ZALS *0+ 
  1353.         ZALS *0- 
  1354.         ZALS *+  
  1355.         ZALS *-  
  1356.         ZALS *
  1357.         ZALS addr7      
  1358.         .end
  1359.  
  1360.